Skip to content

feat: Add python readme#34

Merged
shuangela merged 2 commits intodevelopmentfrom
python-readme
Nov 7, 2025
Merged

feat: Add python readme#34
shuangela merged 2 commits intodevelopmentfrom
python-readme

Conversation

@shuangela
Copy link
Copy Markdown
Collaborator

Adds updated Python readme and removes old readme, Python readme is based off Java readme

Copy link
Copy Markdown
Collaborator

@dacharyc dacharyc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few small changes related to how the copier tool will rename directories and files when they get copied out to the artifact repo, but overall, LGTM!

Comment thread mflix/README-PYTHON-FASTAPI.md Outdated
├── README.md
├── client/ # Next.js frontend
└── server/ # Python FastAPI backend
├── README-PYTHON-FASTAPI.md
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is meant to represent the public-facing project, the README will be renamed by the copy tool to just README.md in the artifact repo.

Suggested change
├── README-PYTHON-FASTAPI.md
├── README.md

Comment thread mflix/README-PYTHON-FASTAPI.md Outdated
└── server/ # Python FastAPI backend
├── README-PYTHON-FASTAPI.md
├── client/ # Next.js frontend (TypeScript)
└── server/python-fastapi/ # Python FastAPI backend
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to above, the copier tool will rename this to just server in the artifact repo.

Suggested change
└── server/python-fastapi/ # Python FastAPI backend
└── server/ # Python FastAPI backend

Comment thread mflix/README-PYTHON-FASTAPI.md Outdated
Navigate to the Python FastAPI server directory:

```bash
cd server/python-fastapi
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cd server/python-fastapi
cd server/

Comment thread mflix/README-PYTHON-FASTAPI.md Outdated

### 2. Start the Backend Server

From the `server/python-fastapi` directory, run:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
From the `server/python-fastapi` directory, run:
From the `server/` directory, run:

Comment thread mflix/README-PYTHON-FASTAPI.md Outdated
To run all tests:

```bash
cd server/python-fastapi
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cd server/python-fastapi
cd server/

Copy link
Copy Markdown
Collaborator

@dacharyc dacharyc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

@shuangela shuangela merged commit b312aaf into development Nov 7, 2025
2 checks passed
@dacharyc dacharyc deleted the python-readme branch November 10, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants